From: Jordan Petridis Date: Thu, 16 Jun 2022 21:15:46 +0000 (+0300) Subject: inscription: Add missing Since annotations X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~118^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4b5d2180677a081f6ce69de63e595863d8ffc759;p=gtk4.git inscription: Add missing Since annotations --- diff --git a/gtk/gtkinscription.c b/gtk/gtkinscription.c index f44937fa69..60556684fd 100644 --- a/gtk/gtkinscription.c +++ b/gtk/gtkinscription.c @@ -43,6 +43,8 @@ * * As it is a common occurrence that text doesn't fit, users of this widget should * plan for that case. + * + * Since: 4.8 */ /* 3 chars are enough to display ellipsizing "..." */ diff --git a/gtk/gtkinscription.h b/gtk/gtkinscription.h index 41b2738fd8..164d05991a 100644 --- a/gtk/gtkinscription.h +++ b/gtk/gtkinscription.h @@ -39,6 +39,8 @@ G_BEGIN_DECLS * * The different methods to handle text in #GtkInscription when it doesn't * fit the available space. + * + * Since: 4.8 */ typedef enum { GTK_INSCRIPTION_OVERFLOW_CLIP,